golang.org/x/tools/internal/gcimporter.exportWriter.string (method)

16 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L289: 		w.string(w.exportPath(pkg))
		iexport.go#L290: 		w.string(pkg.Name())
		iexport.go#L296: 			w.string(obj.name)
		iexport.go#L539: 			w.string(m.Name())
		iexport.go#L617: 			w.string(file)
		iexport.go#L654: 		w.string(file)
		iexport.go#L664: 	w.string(w.exportPath(pkg))
		iexport.go#L672: 	w.string(name)
		iexport.go#L782: 			w.string(f.Name()) // unexported fields implicitly qualified by prior setPkg
		iexport.go#L785: 			w.string(t.Tag(i)) // note (or tag)
		iexport.go#L810: 			w.string(m.Name())
		iexport.go#L936: 		w.string(constant.StringVal(v))
		iexport.go#L1095: func (w *exportWriter) string(s string) { w.uint64(w.p.stringOff(s)) }
		iexport.go#L1100: 		w.string("")
		iexport.go#L1106: 		w.string("_")
		iexport.go#L1110: 	w.string(name)